home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Maxiplan III 3.5.adf / MP3 / PlanHelp / macros.help < prev    next >
Text File  |  1990-01-05  |  4KB  |  92 lines

  1. -------------------------------------------------------------------------
  2. MACROS MENU HELP                                  
  3. -------------------------------------------------------------------------
  4.  
  5. Macros are mini-programs using a built-in language consisting of over
  6. 95 pre-defined functions.  Create a new Macro by opening a Macrosheet
  7. with the Open Macrosheet command on the Project Menu.  Then select a
  8. menu item from the list in the pull-down Macro Menu on the Macrosheet as
  9. shown below.
  10.  
  11.                       Step Mode
  12.                       Follow Mode
  13.                       Set Recorder
  14.                       Run
  15.  
  16. ------------------------------------------------------------------------                                                
  17. MACROSHEET MENU
  18. ------------------------------------------------------------------------
  19.  
  20. The individual selections available in the Macrosheet pull-down menu
  21. (Macro Menu) are described below.
  22.  
  23.         STEP MODE
  24.  
  25.         Step Mode is used to debug a Macro by executing one Macro
  26.         Instruction at a time.
  27.  
  28.         FOLLOW MODE                                       
  29.  
  30.         Follow Mode is used to debug a Macro by displaying the actual
  31.         movements on the screen which have been created by the Macro.
  32.  
  33.         SET RECORDER                                      
  34.  
  35.         This Menu Item is used to add a Macro Name to a list of Macros
  36.         or to activate it for editing.  It is analagous to "saving" a
  37.         Worksheet.
  38.  
  39.         RUN                                               
  40.  
  41.         RUN is used to execute a Macro and to bring up a Requester
  42.         listing the Macro Names.  Select the Name of the Macro to
  43.         execute.
  44.  
  45. ------------------------------------------------------------------------
  46. WORKSHEET MACRO MENU
  47. ------------------------------------------------------------------------
  48.  
  49. The pull-down Macro Menu which is available while in a Worksheet is used
  50. to execute a Macro or to teach Plan/IT a set of Macro instructions with
  51. the automatic Record Mode.  The Menu Items are:
  52.  
  53.         START RECORD                                      
  54.  
  55.         This Menu Item is accessed to begin the recording process.  All
  56.         actions undertaken on the Worksheet are Recorded in a series of
  57.         Macro instructions until the Stop Record Menu Item is activated.
  58.  
  59.         STOP RECORD                                       
  60.  
  61.         This Menu Item is accessed to end the recording process.
  62.  
  63.         RECORD MODE                                       
  64.  
  65.         This Menu Item has two Submenu Items:  Absolute and Relative.
  66.         They determine the type of Cell References used when Recording a
  67.         Macro.  This is important for determining which Cells are accessed
  68.         by the Macro when it is played back.
  69.  
  70.         Absolute means that the exact Cells as were accessed during the
  71.         Record process are accessed wherever the Macro is executed on
  72.         the Worksheet.
  73.  
  74.         Relative means that Cells containing Relative references are activated a certain
  75.         number of Columns and Rows (relative position) from the site on
  76.         the Worksheet where the Macro is accessed.
  77.  
  78. -------------------------------------------------------------------------
  79. Disable AUTOMATIC Macros                          
  80. -------------------------------------------------------------------------
  81.  
  82. If you create a macrosheet in which the macro that begins in cell A1
  83. contains the label AUTOMATIC (in upper case with no blanks) then when
  84. this macrosheet is loaded the macro RUN command is automatically started
  85. at cell A2 and runs until the macro completes.
  86.  
  87. To edit a worksheet containing such a macro you must select Disable
  88. AUTOMATIC Macros from the Control menu of the Control window.  When this
  89. is selected all macrosheets containing AUTOMATIC macros are loaded but
  90. not executed automatically.
  91.  
  92.